home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 85 / CD-ROM 85 / CD-ROM 85.iso / util / bitdef / bdfree.exe / data1.cab / Skin / default / mdefault.tsi < prev    next >
Encoding:
Text File  |  2002-05-09  |  3.6 KB  |  168 lines

  1. ;-------------------------------------------------------------------------------
  2. ;
  3. ; Murphy default color scheme
  4. ;
  5. ;-------------------------------------------------------------------------------
  6.  
  7. ;-------------------------------------------------------------------------------
  8. ;
  9. ; Tear Drop interface
  10. ;
  11. ;-------------------------------------------------------------------------------
  12.  
  13. ;------------------------------------------------------------------------------
  14. ;
  15. ; required script items
  16. ;
  17. ;------------------------------------------------------------------------------
  18.  
  19. [Script]
  20. Name    = "sample configuration script"
  21. xCommID = 10
  22. Locked  = 0
  23.  
  24. ;------------------------------------------------------------------------------
  25. ;
  26. ; required tsi items
  27. ;
  28. ;------------------------------------------------------------------------------
  29.  
  30. [AddListItem_Template]
  31. Name    = %s
  32. State    = 1
  33. Type    = additem
  34. Value   = "New Item"
  35.  
  36. ;------------------------------------------------------------------------------
  37. ;
  38. ; interface start here
  39. ;
  40. ;------------------------------------------------------------------------------
  41.  
  42. [Bitmap]
  43. Name   = "Has Bitmap"
  44. Type   = check
  45. State  = %Dialog:HasBitmap
  46. Parent = null
  47. Value    = 1
  48.  
  49. [BitmapName]
  50. Name   = "Bitmap file [%s]"
  51. Type   = edit
  52. State    = 0
  53. Parent = Bitmap
  54. Value  = %Dialog:Bitmap
  55.  
  56. [CaptionColor]
  57. Name    = "Caption Color [%s]"
  58. Parent  = null
  59. State    = 1
  60. Type    = custom
  61. Value    = %Dialog:CaptionColor
  62. Dll     = tdcolor.dll
  63. Function = tsi_run_tdcolor
  64.  
  65. [CaptionTextColor]
  66. Name    = "Caption Text Color [%s]"
  67. Parent  = null
  68. State    = 1
  69. Type    = custom
  70. Value    = %Dialog:CaptionTextColor
  71. Dll     = tdcolor.dll
  72. Function = tsi_run_tdcolor
  73.  
  74. [DlgColor]
  75. Name    = "Dialog Color [%s]"
  76. Parent  = null
  77. State    = 1
  78. Type    = custom
  79. Value    = %Dialog:DlgColor
  80. Dll     = tdcolor.dll
  81. Function = tsi_run_tdcolor
  82.  
  83. [DlgTextColor]
  84. Name    = "Dialog Text Color [%s]"
  85. Parent  = null
  86. State    = 1
  87. Type    = custom
  88. Value    = %Dialog:DlgTextColor
  89. Dll     = tdcolor.dll
  90. Function = tsi_run_tdcolor
  91.  
  92. [DlgBorderColor]
  93. Name    = "Dialog Border Color [%s]"
  94. Parent  = null
  95. State    = 1
  96. Type    = custom
  97. Value    = %Dialog:DlgBorderColor
  98. Dll     = tdcolor.dll
  99. Function = tsi_run_tdcolor
  100.  
  101. [EditColor]
  102. Name    = "Edit Color [%s]"
  103. Parent  = null
  104. State    = 1
  105. Type    = custom
  106. Value    = %Dialog:EditColor
  107. Dll     = tdcolor.dll
  108. Function = tsi_run_tdcolor
  109.  
  110. [Button]
  111. Name   = "Button"
  112. State    = 1
  113. Parent = null
  114. Type   = label
  115. Value    = 0
  116.  
  117.  
  118. [ButtonColor]
  119. Name    = "Button Color [%s]"
  120. Parent  = Button
  121. State    = 1
  122. Type    = custom
  123. Value    = %Dialog:ButtonColor
  124. Dll     = tdcolor.dll
  125. Function = tsi_run_tdcolor
  126.  
  127. [ButtonOverColor]
  128. Name    = "Button Over Color [%s]"
  129. Parent  = Button
  130. State    = 1
  131. Type    = custom
  132. Value    = %Dialog:ButtonOverColor
  133. Dll     = tdcolor.dll
  134. Function = tsi_run_tdcolor
  135.  
  136. [ButtonPushColor]
  137. Name    = "Button Push Color [%s]"
  138. Parent  = Button
  139. State    = 1
  140. Type    = custom
  141. Value    = %Dialog:ButtonPushColor
  142. Dll     = tdcolor.dll
  143. Function = tsi_run_tdcolor
  144.  
  145. ;------------------------------------------------------------------------------
  146. ;
  147. ; user data
  148. ; user must read data from sections below this and not from interface items
  149. ;
  150. ;------------------------------------------------------------------------------
  151.  
  152. [Dialog]
  153. HasBitmap    = 1
  154. Bitmap    = mdefback.bmp
  155. CaptionColor    = 00192BDC
  156. CaptionTextColor    = 00FFFFFF
  157. DlgColor    = 00FFFFFF
  158. DlgTextColor    = 00000000
  159. DlgBorderColor    = 00000000
  160. ButtonColor    = 00000000
  161. ButtonOverColor    = 00192BDC
  162. ButtonPushColor    = 00000000
  163. EditColor    = 00FFFFFF
  164.  
  165. MConMainBmp     = mconmain.bmp
  166. MAlertBmp      = malertback.bmp
  167. MAbout        = mabout.bmp
  168. BDLiteBMP    = bdliteback.bmp